home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / hyper.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  156 b   |  8 lines

  1. global gCurrentFrame
  2.  
  3. on mouseDown
  4.   pressButton(the clickOn, "Skate", "start0", "start1", "story1")
  5.   set gCurrentFrame to 1
  6.   advanceToCurrentFrame()
  7. end
  8.